net/http.Request.otherValues (field)
7 uses
net/http (current package)
request.go#L338: otherValues map[string]string // for calls to SetPathValue that don't match a wildcard
request.go#L411: r2.otherValues = maps.Clone(r.otherValues)
request.go#L1473: return r.otherValues[name]
request.go#L1482: if r.otherValues == nil {
request.go#L1483: r.otherValues = map[string]string{}
request.go#L1485: r.otherValues[name] = value
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |